home *** CD-ROM | disk | FTP | other *** search
/ Vivendi Universal Games 2005 E3 DPK (USA) / Vivendi Universal Games 2005 E3 DPK (USA).bin / pc / Lingo.INI < prev    next >
Text File  |  2005-05-11  |  230b  |  8 lines

  1. on startup 
  2. set the soundkeepdevice to 0  
  3. global tbsearchpath  
  4.     set tbsearchpath=[]  
  5.     append(tbsearchpath, the applicationPath & "VUG\audio\")  
  6.     append(the searchpaths, the applicationPath & "VUG\audio")  
  7. end startup 
  8.